Skip to main content

Intro

Lightweight online HTTP client (https://vason.io/open-http)

The HTTP Client provides the ability to send REST requests from the browser to external resources via the HTTP protocol and receive responses, typically in JSON format.

Vason HTTP Client is a lightweight counterpart to popular applications such as curl or postman.

Requests in the HTTP Client need to be written in text format (see next topic HTTP Requests).

NOTE: Making HTTP request to third-party services is prohibited by browsers due to CORS security rules

Wikipedia: Cross-origin resource sharing

Vason provides a CORS-proxy service that solves this issue. Due to costs associated with maintaining CORS servers, this feature requires premium Vason subscription.

To access local resources on your network, you can use the desktop version of Vason. The desktop version allows making requests directly without the need for a CORS proxy.

To facilitate operations with remote data, Vason features an HTTP client with an integrated scripting system. This enables users to automate the flow and processing of data. See Script

HTTP client window

Lightweight online HTTP clientLightweight online HTTP client
  1. Click the HTTP client button on header to open the HTTP client window.

  2. A simple HTTP request has the following format:

    • Three hash symbols (###), followed by the title or description of the request
    • On a new line, the HTTP request method (for example, GET) and the resource address (URL)
    • For additional information see next topic HTTP Requests
  3. However, since the HTTP Client is the only feature of Vason available by subscription, it is necessary to:

    • Register in the Vason application
    • Log in to the system
    • Subscribe to the premium plan.

Registration in the Vason application

RegisterRegister

Logging in to the system

LoginLogin

Subscription to the premium plan

  1. Open the subscription window
  2. Pay for a monthly or yearly subscription
  3. After paying the subscription, you will receive a Premium account, so you can use the Vason HTTP Client to send requests. There is a 7-day free trial period during which you can use Vason HTTP Client for free. Within this period, you can cancel the subscription without losing money.
Manage subscriptionsManage subscriptions Manage subscriptionsManage subscriptions PremiumPremium